home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_PlotIcon_h
- #define __Shell_PlotIcon_h
-
- #ifndef __dl_wimp_h
- #include "DeskLib:Wimp.h"
- #endif
-
- os_error *Shell_PlotIcon( icon_block *icon, Shell_convertpoint convert);
- /* Plots an icon using Wimp_PlotIcon, but first clips the workarearect */
- /* of the icon so that all screen coors are 16 bits. */
- /* Restores the old workarearect before returning */
- /* Using this call instead of Wimp_PlotIcon enables the use of (for */
- /* example) large icons with sizes>32767, which maybe used in Shell_ */
- /* windows to display large arrays etc. */
- /* This fn is used by Shell_* when Shell rects need redrawing. */
-
-
- #endif
-